projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
379a66d
)
(XTread_socket): Fix int/Lisp_Object confusion.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 1 Apr 2002 19:49:39 +0000
(19:49 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 1 Apr 2002 19:49:39 +0000
(19:49 +0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 7962d1b4d53b1bb5b26965c9e7005caee5f8a32a..bf1e01198cf828026fde22bfc26bc17d7ee53c26 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-10884,7
+10884,7
@@
XTread_socket (sd, bufp, numchars, expected)
int area;
window = window_from_coordinates (f,
-
XINT (event.xmotion.x), XINT (event.xmotion.y)
,
+
event.xmotion.x, event.xmotion.y
,
&area, 0);
/* Window will be selected only when it is not selected now and